名前 | 解説 | |
---|---|---|
![]() | CalculatedFields | Gets or sets an object where the keys represent calculated fields and the values are expressions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | Components | Gets the child components. C1.Web.Mvc.Componentから継承されます。 |
![]() | DataTypes | Gets or sets an object to be used as a map for coercing data types when loading the data. |
![]() | Expand | Gets or sets a string that specifies whether related entities should be included in the return data. |
![]() | Fields | Gets or sets an array containing the names of the fields to retrieve from the data source. |
![]() | FilterDefinition | Gets or sets a string containing an OData filter specification to be used for filtering the data on the server. |
![]() | GetError | Gets or sets a callback that determines whether a specific property of an item contains validation errors. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | GroupDescriptions | Gets the group descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | Id | Gets or sets the component id. C1.Web.Mvc.Componentから継承されます。 |
![]() | InferDataTypes | Gets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically. |
![]() | JsonReviver | Gets or sets a custom reviver function to use when parsing JSON values returned from the server. |
![]() | Keys | Gets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete). |
![]() | NewItemCreator | Gets or sets a function that creates new items for the collection. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | ODataVersion | Gets or sets the OData version used by the server. |
![]() | OnClientCollectionChanged | Occurs when the collection changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | OnClientCurrentChanged | Occurs after the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | OnClientCurrentChanging | Occurs before the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | OnClientError | オーバーライドされます。 Occurs when there is an error reading or writing data. |
![]() | OnClientLoaded | Occurs when the BaseODataCollectionViewService<T> finishes loading data. |
![]() | OnClientLoading | Occurs when the BaseODataCollectionViewService<T> starts loading data. |
![]() | OnClientPageChanged | Occurs after the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | OnClientPageChanging | Occurs before the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | PageIndex | Gets or sets the page index. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | PageSize | オーバーライドされます。 Gets or sets the page size. 0 means to disable paging. |
![]() | RefreshOnEdit | Gets or sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | RequestHeaders | Gets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required. |
![]() | ServiceUrl | Gets or sets the url of the OData service. |
![]() | ShowDatesAsGmt | Gets or sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | SortDescriptions | Gets the sort descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | SortNulls | Gets or sets a value that determines how null values should be sorted. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。 |
![]() | TableName | Gets or sets the name of the table (entity) that this collection is bound to. |
![]() | UniqueId | オーバーライドされます。 Overrides to remove this attribute. |